Skip to content

Domoticz

322 Topics 2.3k Posts
  • Has anyone got Mi-lights to work in domoticz without controller?

    1
    0 Votes
    1 Posts
    672 Views
    No one has replied
  • Domoticz and heater

    8
    0 Votes
    8 Posts
    4k Views
    jlehtinenJ
    Thanks @HarryDutch! Good to know that there is a way around this hum temp issue. 👍
  • Sending memory use to controller

    5
    1 Votes
    5 Posts
    1k Views
    GertSandersG
    @hek I would like to control the sending of this information just like sending sensor data. A "memory" sensor if you will. On Domoticz (or controller) side this needs to be possible. But I beleive this is already the case for Domoticz as I have logging of the cpu use and memory/storage use of the motherboard on which Domoticz runs (a Raspberry Pi 2 in my case). I will do some digging in Rob's code to find the datatypes used.
  • RGB LED strip amplifier gives inverted RGB value

    6
    0 Votes
    6 Posts
    4k Views
    ChakkieC
    Hi TheoL, I have changed the value from 0 to 255 as shown below and now the LED strip turn off when I click the off button in domoticz. Now the dimming part has yet to be solved :) ![alt text]([image: 1459697790280-upload-deea4aa9-4d91-4afa-af88-b87a342aed1e] image url) Was if (message.type == V_LIGHT) { if (message.getInt() == 0) { digitalWrite(RED_PIN, 255); digitalWrite(GREEN_PIN, 255); digitalWrite(BLUE_PIN, 255);```
  • How to send initial RGB dimmer values to Domoticz?

    3
    0 Votes
    3 Posts
    2k Views
    M
    Thanks, @BumblingWelsh , I'll check this out - but it looks as though it's for a Neopixel strip, and I'm using an analogue one.
  • 0 Votes
    8 Posts
    4k Views
    ChakkieC
    @tbowmo Wowww I did not know that this is a very nice info. I will definitely tried using a couple of magnets. Thank you so much for this info. Any the website you provides is pretty solide too. I've been looking on the internet for while and did not come across a hack like this one before. I am a step further thanks
  • Ethernet vs Serial gateway performance.

    26
    0 Votes
    26 Posts
    9k Views
    hekH
    The Serial gateway is the most simple solution, less can go wrong (software/hardware wise). So if the location of the gateway in your house is good, just use it and don't bother with the Ethernet variant.
  • How to: set your power/watermeter for domoticz on rpi

    3
    2 Votes
    3 Posts
    3k Views
    F
    Well actually i didn't. Thanks a lot!
  • MySensors GW Stop Receive Data

    15
    0 Votes
    15 Posts
    5k Views
    N
    @alexsh1 Thanks so much! :wink:
  • Ethernet gateway and inclusion button not working

    1
    0 Votes
    1 Posts
    802 Views
    No one has replied
  • Nodes with S_CUSTOM Values not appearing

    6
    0 Votes
    6 Posts
    4k Views
    bigalB
    @flopp Thanks for that, yes I noticed your thread somewhere and I was delighted to see gizmocuz working on your issue. Unfortunately the changes made broke my workaround hack. It just means I need to look for a more conventional solution that does not include modifying cpp files. What I will do is re-code my mysensor nodes to use other variables such as V_WATTS etc rather than V_VAR1, VAR2 etc.
  • Water Leak detector with a RF 433 Mhz transmitter

    3
    0 Votes
    3 Posts
    3k Views
    CycloneC
    Hello hello ! just an update on the project : I succeeded to send the "right" signal to Domoticz, and now can manage the presence or absence of water, using for this an X10 code. One more question : through X10, is it possble to check the battery level ? thanks ! @Cyclone
  • Problems getting a RFM69HW gateway to work in domoticz

    16
    0 Votes
    16 Posts
    4k Views
    John TolJ
    Hi Cliff, could you be so kind to share the full sketch with us? I'm also having trouble getting this RFM69HW to work.
  • Missing sensor nodes in domoticz

    20
    0 Votes
    20 Posts
    9k Views
    lorimoL
    @alexsh1 yes, I'm sure. Up to now it is only a serial gateway with direct connected sensors.
  • Raspbery PI + nrf24 (gpio) not work Domoticz Temp+humanidy PLS HELP

    24
    0 Votes
    24 Posts
    14k Views
    mfalkviddM
    @tommyken see the updated instructions at http://forum.mysensors.org/topic/2437/step-by-step-procedure-to-connect-the-nrf24l01-to-the-gpio-pins-and-use-the-raspberry-as-a-serial-gateway They show how to get the rf24 files.
  • Water leak

    5
    0 Votes
    5 Posts
    4k Views
    alexsh1A
    I finally decided to go for a similar detection as pictured, but with Arduino Pro Mini powered by a battery in a sleeping mode. [image: 1457089415498-arduino-liquid-level-sensor-circuit.png]
  • Dsiplaying dimmer percentage in Domoticz

    10
    0 Votes
    10 Posts
    6k Views
    ?
    Yes, I have not modified the example from MySensors: // Retrieve the power or dim level from the incoming request message int requestedLevel = atoi(message.data); // Adjust incoming level if this is a V_LIGHT variable update [0 == off, 1 == on] requestedLevel *= ( message.type == V_LIGHT ? 100 : 1 ); // Clip incoming level to valid range of 0 to 100 requestedLevel = requestedLevel > 100 ? 100 : requestedLevel; requestedLevel = requestedLevel < 0 ? 0 : requestedLevel; Serial.print( "Changing level to " ); Serial.print( requestedLevel ); Serial.print( ", from " ); Serial.println( currentLevel ); fadeToLevel( requestedLevel ); Its strange, because the µC receives the same value for 7% and for example 78% in Domoticz... So its clear that it can't distinguish between them.
  • Is Raspberry a Solid Controller?

    14
    0 Votes
    14 Posts
    6k Views
    AWIA
    I suggest you try the Domoticz forum. Much more specific experience out there.
  • Arduino X-10 Controller for Domoticz

    3
    1 Votes
    3 Posts
    2k Views
    ewaldsreefE
    @AWI Thanks. I think that will be the easiest. I wouldn't even mess with the x-10 anymore if I didn't already have all the outlets.
  • PI won't restart / 100% CPU

    3
    0 Votes
    3 Posts
    1k Views
    L
    @sundberg84 Yes, thank you. I have just reflashed to another sd card hoping that it runs fine now (and it does for now). I will check the domoticz version later. I am currently running 2.3530, although I don't know if thats the same one as before the crash. I just did not know what else to do when I cound't reach the pi via ssh^^ Bad idea I guess.

16

Online

11.7k

Users

11.2k

Topics

113.1k

Posts